-
Notifications
You must be signed in to change notification settings - Fork 8.1k
west.yml: hal_stm32: update to fix compiling with clang and pin updates #97308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west.yml: hal_stm32: update to fix compiling with clang and pin updates #97308
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
7249c5b
to
ba49151
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to wait #97126 to be merged first
Please rebase. |
Btw, if you don't mind, it would be nice to take zephyrproject-rtos/hal_stm32#318 as well. Up to you |
Update hal_stm32 to include - fix for compiling for STM32H5 with clang - ale/cle pin definitions for FMC peripheral Signed-off-by: Tim Pambor <[email protected]>
ba49151
to
e946b85
Compare
Thanks! |
|
Update hal_stm32 to include fix for compiling for STM32H5 with clang.
Fixes warning about extraneous parentheses when compiling with clang.
EDIT (@erwango): Also introduces ALE and CLE pins for the FMC peripheral from a distinct HAL PR.